C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectNamedList<TItem> Class / IndexByName Method
The name of element.

In This Topic
IndexByName Method (ReportObjectNamedList<TItem>)
In This Topic
Gets the index of the element by its name.
Syntax
'Declaration
 
Public Function IndexByName( _
   ByVal name As String _
) As Integer
 

Parameters

name
The name of element.

Return Value

The zero-based index of element with specified name or -1 if name not specified.
See Also